'Declaration
Public Event AttributeDataChanged As EventHandler
'Usage
Dim instance As UABaseVariable(Of TValue,TAttribute) Dim handler As EventHandler AddHandler instance.AttributeDataChanged, handler
public event EventHandler AttributeDataChanged
public: event EventHandler^ AttributeDataChanged